projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a81607
)
(realize_basic_faces): Decrement menu_face_change_count
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Mar 2001 12:45:54 +0000
(12:45 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Mar 2001 12:45:54 +0000
(12:45 +0000)
instead of setting it to zero; it's incremented for each frame
where the menu face is changed.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 9384ba6cfdbb814ea800298992f5e9a0e27e184a..d3c99b30016b76c8aa0812f4d5c650390146499e 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-5974,7
+5974,7
@@
realize_basic_faces (f)
/* Reflect changes in the `menu' face in menu bars. */
if (menu_face_change_count)
{
-
menu_face_change_count = 0
;
+
--menu_face_change_count
;
#ifdef USE_X_TOOLKIT
x_update_menu_appearance (f);
#endif